home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / itrns211.zip / SRC / DODEANS.BAT < prev    next >
DOS Batch File  |  1991-11-28  |  1KB  |  55 lines

  1. @ECHO OFF
  2. REM PC version of dodeans (not tested!)
  3. REM Do not de-ansify header files!
  4. SET F=iyacc.y
  5. echo De-Ansifying File %F% .....
  6. ./deansify < %F% > tmpxx
  7. delete %F%
  8. rename tmpxx %F%
  9. SET F=itrans.c
  10. echo De-Ansifying File %F% .....
  11. ./deansify < %F% > tmpxx
  12. delete %F%
  13. SET F=ilex.l
  14. echo De-Ansifying File %F% .....
  15. ./deansify < %F% > tmpxx
  16. delete %F%
  17. SET F=lang.c
  18. echo De-Ansifying File %F% .....
  19. ./deansify < %F% > tmpxx
  20. delete %F%
  21. SET F=font.c
  22. echo De-Ansifying File %F% .....
  23. ./deansify < %F% > tmpxx
  24. delete %F%
  25. SET F=pifm.c
  26. echo De-Ansifying File %F% .....
  27. ./deansify < %F% > tmpxx
  28. delete %F%
  29. SET F=ichar.c
  30. echo De-Ansifying File %F% .....
  31. ./deansify < %F% > tmpxx
  32. delete %F%
  33. SET F=itotex.c
  34. echo De-Ansifying File %F% .....
  35. ./deansify < %F% > tmpxx
  36. delete %F%
  37. SET F=itops.c
  38. echo De-Ansifying File %F% .....
  39. ./deansify < %F% > tmpxx
  40. delete %F%
  41. SET F=utils.c
  42. echo De-Ansifying File %F% .....
  43. ./deansify < %F% > tmpxx
  44. delete %F%
  45. SET F=ytabc
  46. echo De-Ansifying File %F% .....
  47. ./deansify < %F% > tmpxx
  48. delete %F%
  49. SET F=lexyyc
  50. echo De-Ansifying File %F% .....
  51. ./deansify < %F% > tmpxx
  52. delete %F%
  53. SET F=
  54. REM done
  55.